Active Query Builder 2 .NET Edition reference
FindItem<T>(String) Method



Finds first (and loads all if not loaded) metadata item matching the specified string in the child items hierarchy.
Syntax
'Declaration
 
Public Overloads Function FindItem(Of T As MetadataItem)( _
   ByVal name As System.String _
) As T
'Usage
 
Dim instance As MetadataItem
Dim name As System.String
Dim value As T
 
value = instance.FindItem(Of T)(name)
public T FindItem<T>( 
   System.string name
)
where T: MetadataItem
public: T* FindItem<T>( 
   System.string* name
) 
where T: MetadataItem

Parameters

name

Type Parameters

T
See Also

Reference

MetadataItem Class
MetadataItem Members
Overload List

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback